Rewrite manual in mkdocs
authorColin Walters <walters@verbum.org>
Wed, 27 Jan 2016 21:56:16 +0000 (16:56 -0500)
committerColin Walters <walters@verbum.org>
Thu, 28 Jan 2016 14:31:37 +0000 (09:31 -0500)
commit64ebe2b82ac25f1933f39a5cf8a24a5e0096cf6f
treeebc7aa1d40f1ffe16ec0bdb7564ce86dbf49fdef
parent32c360b5a0188ec0139218d53db7767698c8bef6
Rewrite manual in mkdocs

I don't much like Docbook (and am considering converting the man pages
too), but let's start with the manual.

I looked at various documentation generators (there are a lot), and
I had a few requirements:

 - Markdown
 - Packaged in Fedora
 - Suitable for upload to a static webserver

`mkdocs` seems to fit the bill.
17 files changed:
CONTRIBUTING.md [changed from file to symlink]
README.md
apidoc/Makefile.am
apidoc/adapting-existing.xml [deleted file]
apidoc/atomic-upgrades.xml [deleted file]
apidoc/deployment.xml [deleted file]
apidoc/ostree-docs.xml
apidoc/overview.xml [deleted file]
apidoc/repo.xml [deleted file]
docs/CONTRIBUTING.md [new file with mode: 0644]
docs/index.md [new symlink]
docs/manual/adapting-existing.md [new file with mode: 0644]
docs/manual/atomic-upgrades.md [new file with mode: 0644]
docs/manual/deployment.md [new file with mode: 0644]
docs/manual/introduction.md [new file with mode: 0644]
docs/manual/repo.md [new file with mode: 0644]
mkdocs.yml [new file with mode: 0644]